func runtime.schedEnabled

5 uses

	runtime (current package)
		proc.go#L4059: 	if sched.disable.user && !schedEnabled(gp) {
		proc.go#L4064: 		if schedEnabled(gp) {
		proc.go#L4745: 		if sched.disable.user && !schedEnabled(gp) {
		proc.go#L4865: 	if schedEnabled(gp) {
		proc.go#L6515: func schedEnabled(gp *g) bool {